home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
serial
/
callback.001
/
callback~
/
callback
/
lib
/
error
/
error.h
Wrap
C/C++ Source or Header
|
1996-07-17
|
377b
|
13 lines
#ifndef _error_H_
#define _error_H_
/* The generic error function must be defined with every program.
It is only declared here for translation/declaration purposes
*/
void error(char *fmt, ...); /* generic error function:
print message and die
*/
#endif _error_H_